FlexReport for WinForms
OutputRange コンストラクタ(Int32[],Boolean)


C1.Document アセンブリ > C1.Document 名前空間 > OutputRange クラス > OutputRange コンストラクタ : OutputRange コンストラクタ(Int32[],Boolean)
The array of page numbers to include.
Indicates whether the range should be inverted, see Inverted for details.
Creates an instance of OutputRange that includes all pages with numbers specified in the list.
シンタックス
'宣言
 
Public Function New( _
   ByVal pageNumbers() As System.Integer, _
   ByVal inverted As System.Boolean _
)
'使用法
 
Dim pageNumbers() As System.Integer
Dim inverted As System.Boolean
 
Dim instance As New OutputRange(pageNumbers, inverted)
public OutputRange( 
   System.int[] pageNumbers,
   System.bool inverted
)

パラメータ

pageNumbers
The array of page numbers to include.
inverted
Indicates whether the range should be inverted, see Inverted for details.
参照

参照

OutputRange クラス
OutputRange メンバ
オーバーロード一覧